Log in Register Dashboard Temp Share Shortlinks Frames API

cody - HTMLify profile

cody's Profile Picture

cody

4270 Files

632542 Views

Latest files of /cody/solygambas/html-css-javascript-projects/055-glass dashboard

images/ cody/solygambas/html-css-javascript-projects/055-glass dashboard/images/
5 Items
  • controller.png
  • library.png
  • upcoming.png
  • steam.png
  • twitch.png
  • style.css cody/solygambas/html-css-javascript-projects/055-glass dashboard/style.css
    138 Views
    0 Comments
    * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    --main-bg-color: #65dfc9;
    --secondary-bg-color: #6cdbeb;
    }

    index.html cody/solygambas/html-css-javascript-projects/055-glass dashboard/index.html
    340 Views
    0 Comments
    <!-- Build Glass Website with HTML and CSS Tutorial by Simo Edwin - Dev Ed (2021)
    see: https://www.youtube.com/watch?v=O7WbVj5apxU -->

    <!DOCTYPE html>
    <html lang="en">
    <head>
    <meta charset="UTF-8" />
    <meta name="viewport" content="width=device-width, initial-scale=1.0" />